Known issues & limitations:

1.CPU architecture: Currently only x86 architecture is supported. 
2.Tuner support: Currently only MT2060 is supported. 
3.USB support:Currently only USB2.0 is supported.
4.Device VID/PID : 0CCD/0068 or 0CCD/0069(no IR)
5.Officially supported distributions:

	Fedora Core Release 6 
	- kernel 2.6.18-1.2798.fc6 



Install:

1.Fedora Core Release 6 - kernel 2.6.18-1.2798.fc6 
         

	In folder , type the following command to compile & install af901x DVB-T driver dvb-af901x.ko.

	# make clean
	# make
	# make install


	Plug in the device and check the message to make sure the driver is work normally.

	# cat /var/log/messages

	log messages:
 
	dvb-usb: found a 'Afatech USB2.0 DVB-T Recevier' in warm state.
	dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
	dvb-usb: Afatech USB2.0 DVB-T Recevier successfully initialized and connected.

	#lsmod|more

	Module info:

	Module                  Size  Used by

	dvb_af901x             58228  0 
	dvb_usb                24588  1 dvb_af901x
	dvb_core               69284  1 dvb_usb
	dvb_pll                18692  1 dvb_usb


2.Not-yet-supported kernels

	For the others kernels, you must to customize some part of the driver and make it work.
	You have to be familiar with Linux kernel programming to take this approach. 
	The linux driver files are under folder 'Linux_files', with a custom made compatibility patch to linux-dvb.
	Please refer to the section http://www.linuxtv.org and download needed .c/.h files.
	Then, you can issue the command below:

	# make clean
	# make
	# make install


Future work:

	-PID filter (USB1.1 supported)
	-IR remote control
	-X64 architecture


